Package com.cisco.pt.ipc.sim
Interface Hdlc
- All Superinterfaces:
HardwareQueue,IPCObject
- All Known Implementing Classes:
HdlcImpl
Information provided by the PKI file:
\class HdlcProcess
\brief HdlcProcess handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("HdlcProcess")
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.HardwareQueue
getUserTrafficAtMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\brief Returns the number of packets. \return int, the number of packets.- Specified by:
getPacketCntin interfaceHardwareQueue- Returns:
- int Returns a int
-